home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
GestionFichiers
/
Cobian Backup
/
cbSetup.exe
/
cbCommonDlgs.dll
/
0
/
RCDATA
/
TFORMMAIN
/
TFORMMAIN.txt
Wrap
Text File
|
2013-03-07
|
2KB
|
91 lines
object formMain: TformMain
Left = 0
Top = 0
BorderStyle = bsDialog
ClientHeight = 188
ClientWidth = 325
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
ShowHint = True
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object lblId: TLabel
Left = 4
Top = 29
Width = 16
Height = 13
Caption = '_Id'
end
object lblDomain: TLabel
Left = 4
Top = 73
Width = 41
Height = 13
Caption = '_Domain'
end
object lblPassword: TLabel
Left = 4
Top = 115
Width = 52
Height = 13
Caption = '_Password'
end
object lblPrompt: TLabel
Left = 4
Top = 8
Width = 112
Height = 13
Caption = '_Enter your credentials'
end
object txtId: TEdit
Left = 4
Top = 43
Width = 317
Height = 21
TabOrder = 0
end
object txtDomain: TEdit
Left = 4
Top = 88
Width = 317
Height = 21
TabOrder = 1
end
object txtPassword: TEdit
Left = 4
Top = 129
Width = 317
Height = 21
PasswordChar = '*'
TabOrder = 2
end
object btnOK: TButton
Left = 58
Top = 158
Width = 97
Height = 25
Caption = '_OK'
Default = True
TabOrder = 3
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 170
Top = 158
Width = 97
Height = 25
Cancel = True
Caption = '_Cancel'
TabOrder = 4
OnClick = btnCancelClick
end
end